home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
timepilot.swf
/
scripts
/
frame_31
/
PlaceObject2_97_4
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-13
|
166 b
|
9 lines
onClipEvent(enterFrame){
_X = _X + xspeed;
_Y = _Y + yspeed;
if(_X < -5 || _X > 455 || _Y < 45 || _Y > 470)
{
removeMovieClip(this);
}
}